        * {
            margin: 0px;
            padding: 0px;
            box-sizing: border-box;
        }
        
        button,
        select,
        input {
            outline: none;
        }
        
        .background-box {
            padding: 20px 0px;
        }
        
        .vanda-header {
            width: 100%;
            height: 130px;
            background: #E8ECF3;
            display: flex;
            flex-direction: column;
        }
        
        .about-header {
            width: 280px;
            height: 60px;
            background: linear-gradient(0deg, #E8ECF3, #FFFFFF);
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .about-header span {
            font-size: 20px;
            font-family: Source Han Sans CN;
            font-weight: 500;
            color: #0E2344;
        }
        
        .Content {
            height: auto;
            width: 1200px;
        }
        
        .vanda-job span {
            font-size: 24px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #000000;
        }
        
        .vanda-job-flex {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 65px;
        }
        
        .vanda-select-flex {
            display: flex;
            justify-content: center;
            height: 65px;
        }
        
        .vanda-list-flex {
            width: 94%;
            height: auto;
            display: flex;
            justify-content: space-between;
            padding-top: 2px;
        }
        
        .bg-white-box {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .select-job {
            width: 240px;
            height: 40px;
            background: #FFFFFF;
            border: none;
            padding: 0px 10px;
            color: #999999;
            font-size: 15px;
        }
        
        .job-input {
            width: 240px;
            height: 40px;
            background: #FFFFFF;
            border: none;
            padding: 0px 10px;
            font-size: 15px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #999999;
        }
        
        .job-category {
            font-size: 15px;
            font-family: Source Han Sans CN;
            font-weight: 400;
        }
        
        .query-btn {
            width: 100px;
            height: 40px;
            background: #1C4587;
            border: none;
            cursor: pointer;
        }
        
        .query-btn span {
            font-size: 15px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #FFFFFF;
        }
        
        .search-job-box {
            display: flex;
        }
        
        .job-details-box {
            height: auto;
            width: 100%;
            margin-top: 20px;
            display: flex;
            justify-content: space-between;
        }
        
        .details-left {
            width: 900px;
            height: auto;
        }
        
        .job-name,
        .company-name,
        .recruitment-job {
            width: 28%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .requirements {
            width: 880px;
            height: 160px;
            background: #FFFFFF;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .job-place {
            height: auto;
        }
        
        .right-about-title {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .about-content-title span {
            font-size: 15px;
            font-family: Source Han Sans CN;
            font-weight: 400;
            color: #666666;
        }
        
        .about-content-title {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 36px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid lightgray;
        }
        
        .right-about-flex {
            padding: 10px 0px;
            width: 90%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        
        .next-place {
            color: #666666;
            font-size: 14px;
            line-height: 26px;
        }
        
        .next-hidden span {
            font-size: 14px;
            color: #666666;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .CheckDetails {
            color: #778FB7;
            font-size: 14px;
            font-family: Source Han Sans CN;
        }
        
        .job-place .job-place-header {
            color: #000000;
            font-size: 15px;
            font-weight: bold;
        }
        
        .requirements-box {
            width: 838px;
            height: auto;
        }
        
        .requirements-flex {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .count span,
        .company-name span {
            font-size: 14px;
            font-family: Source Han Sans CN;
            font-weight: 500;
            color: #333333;
        }
        
        .job-name span {
            font-size: 16px;
            font-family: Source Han Sans CN;
            font-weight: 500;
            color: #1C4587;
        }
        
        .count {
            width: 11%;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }
        
        .recruitment-number {
            width: 11%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .recruitment-number span,
        .recruitment-job span {
            font-size: 15px;
            font-family: Source Han Sans CN;
            font-weight: 500;
            color: #0E2344;
        }
        
        .details-header {
            width: 900px;
            height: 60px;
            background: #E8ECF3;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .details-right {
            width: 280px;
            height: auto;
        }
        
        .details-list-box {
            width: 900px;
            height: 220px;
            background: linear-gradient(0deg, #E8ECF3, #FFFFFF);
        }
        
        .job-introduce {
            height: 46px;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .paging {
            padding: 3% 0px;
            height: auto;
            width: 100%;
            display: flex;
            /* justify-content: center; */
            align-items: center;
        }
        
        .article_list-layerA17C373B968B29EE5483A91722718D37 p.link {
            padding-left: 8px !important;
        }
        
        .paging-flex-box {
            width: auto;
        }
        /* www.jq22.com */
        
        .articleid {
            height: 100% !important;
        }
        
        .link a {
            height: 100%;
        }
        
        .link title {
            display: flex;
            align-items: center;
        }
        
        .clearfix:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }
        
        * html .clearfix {
            zoom: 1;
        }
        /* IE6 */
        
        *:first-child+html .clearfix {
            zoom: 1;
        }
        /* IE7 */
        
        body {
            background: #F6F6F6;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #333;
            padding: 0;
            margin: 0;
        }
        
        a {
            color: #000;
            /* border-bottom: 1px solid #FF6000; */
            text-decoration: none;
            font-weight: bold;
        }
        
        a:hover {
            color: #FF6000;
            text-decoration: none;
        }
        
        strong {
            font-weight: bold;
        }
        
        pre {
            padding: 0;
            margin: 0;
            font-family: "Courier", "Courier New";
        }
        
        h1 {
            padding: 15px 20px;
            border-bottom: 1px dotted #FFF;
            background: #5F9EA0;
            border-top: 3px solid #005C5F;
            color: #FFF;
            margin: 0 0 20px 0;
            position: relative;
        }
        
        h1 strong {
            font-weight: 700;
            font-size: 46px;
            font-family: "Allan", sans-serif;
            text-shadow: 1px 2px 0 rgba(0, 59, 95, 0.8);
        }
        
        h1 ul {
            float: right;
            list-style: none;
            font-size: 13px;
            text-transform: uppercase;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -7px;
        }
        
        h1 ul li {
            float: left;
            padding: 0 10px;
            border-left: 1px solid rgba(255, 255, 255, 0.5);
            line-height: 1;
            height: 14px;
        }
        
        h1 ul li:first-child {
            border: none;
        }
        
        h1 ul li a {
            border: none;
            color: #FFF;
            text-shadow: 1px 1px 0 rgba(0, 59, 95, 0.4);
        }
        
        h1 ul li a:hover {
            border-bottom: 1px solid #FFF;
            color: #FFF;
        }
        
        h2 {
            font-weight: bold;
            font-size: 18px;
            padding: 0 0 5px;
            margin-top: 0;
            margin-left: 20px;
            margin-right: 20px;
            border-bottom: 1px dotted #999;
        }
        
        h2 span {
            font-weight: normal;
        }
        
        h3 {
            font-weight: bold;
            font-size: 18px;
        }
        
        p {
            padding: 0 20px;
            margin: 10px 0;
            line-height: 1.5;
        }
        
        p.spacer {
            margin-bottom: 20px;
        }
        
        p.heading {
            font-size: 18px;
        }
        
        p.top-links {
            text-align: right;
            padding-right: 0;
        }
        
        .content {
            overflow: hidden;
            width: 800px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .block {
            background: rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 30px;
            background: none repeat scroll 0 0 #FFFFFF;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
            position: relative;
        }
        
        .block:before,
        .block:after {
            content: "";
            position: absolute;
            z-index: -2;
        }
        
        .block:before {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
            top: 50%;
            bottom: 0;
            left: 10px;
            right: 10px;
            border-radius: 100px / 10px;
        }
        
        .pagination-holder {
            padding: 0 20px;
            margin: 10px 0 20px 0;
            margin-bottom: 20px;
        }
        
        .pagination-holder.black {
            padding: 20px 20px 15px 20px;
            background: #444;
            border: 1px solid #333;
            border-radius: 2px;
        }
        
        table {
            margin: 0 20px 30px;
        }
        
        table td {
            padding: 10px 30px 10px 0;
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            vertical-align: top;
            border-bottom: 1px dotted #CCC;
            line-height: 1.5;
        }
        
        table tr td:last-child {
            padding-right: 0;
        }
        
        @media (max-width: 768px) {
            .paging-flex-box {
                width: 100%;
            }
            .paging {
                height: auto;
            }
            ._page_container ._pages ._prev,
            ._page_container ._pages ._next,
            ._page_container ._pages ._home,
            ._page_container ._pages ._last {
                padding: 0px 2px;
            }
            ._pages_1 {
                display: flex;
                align-items: center;
                padding: 12px 0px;
            }
            .m-Content {
                width: 100%;
                height: auto;
            }
            ._page_container {
                height: auto;
            }
            .background-box {
                display: none;
            }
            ._page_container {
                flex-wrap: wrap;
            }
            .bg-white-box {
                width: 100%;
            }
            .m-background-box {
                padding: 0px 0px;
                display: block;
            }
            .select-job {
                width: 100%;
            }
            .vanda-list-flex {
                flex-wrap: wrap;
            }
            .vanda-select-flex {
                height: auto;
            }
            .vanda-header {
                height: auto;
            }
            .vanda-list-flex>div {
                padding-bottom: 10px;
                width: 100%;
            }
            .vanda-job-flex {
                height: auto;
                padding: 10px 0px;
            }
            .vanda-job span {
                font-size: 18px;
            }
            .m-job-details-box {
                height: auto;
                margin: 20px 0px;
            }
            .details-left {
                width: auto;
            }
            .details-header {
                width: auto;
                padding: 0 4%;
            }
            .company-name,
            .recruitment-job {
                width: 16.66%;
            }
            .job-name {
                width: auto;
                padding: 0px 5px;
            }
            .count,
            .recruitment-number {
                width: 16.66%;
            }
            .recruitment-number span,
            .recruitment-job span {
                font-size: 14px;
            }
            .details-list-box {
                width: auto;
                height: auto;
                padding: 0px 3%;
            }
            .requirements-box {
                width: auto;
            }
            .m-requirements {
                padding: 0px 5px;
                height: auto;
            }
            .job-place .job-place-header {
                font-size: 14px;
            }
            .next-hidden span,
            .next-place {
                font-size: 13px;
            }
        }